Unity Script
scriptingのやり方を忘れたので
Unity Essentials: Essentiaols of programming
をやる
プリントデバッグ
Debug.Log("Hello World");
Console window出す
Ctrl+Shift+C (Windows) or Cmd+Shift+C (Mac).
作成したスクリプトに変数を追加するGemeObjectにプロパティが作成され、
inspector window
から値を変更できる
https://learn.unity.com/tutorial/change-a-gameobject-with-script-1?uv=2019.4
Unity Scripting API
の説明
https://docs.unity3d.com/ScriptReference/index.html
巨大だけどやってるうちに覚える
public変数はcamel caseにしておくとInspectorでいい感じに表示される
もっと学びたいならJunior Programmer Pathwayをやれ